std::tanh

From Cppreference

Jump to: navigation, search
Defined in header <cmath>

float       tanh( float arg );

double      tanh( double arg );

long double tanh( long double arg );

Computes hyperbolic tangent of arg

Parameters

arg - floating point value

Return value

hyperbolic tangent of arg

See also

sinh
hyperbolic sine
(function)
cosh
hyperbolic cosine
(function)
atanh (C++0x)
hyperbolic arc tangent
(function)
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages